#!/bin/bash
# GONet Network Simulation - Poor WiFi Preset
# Simulates: 100ms latency, 50ms jitter, 5% packet loss
# Auto-detect determines if this instance is server or client
# Rename to .sh, chmod +x, and change ./GONetSandbox to your game name
#
# IMPORTANT: Network simulation only works in DEVELOPMENT BUILDS or the Unity Editor!
#            These arguments are ignored in Release builds (compiled out for zero overhead).

./GONetSandbox -netsim-preset poorwifi &
